home *** CD-ROM | disk | FTP | other *** search
/ PC Electronics Plus 3 / PC Electronics Plus 3.iso / circan10 / freza.txt < prev    next >
Text File  |  1997-03-05  |  2KB  |  46 lines

  1. This program is one of the family of "autonavigation programs". It is
  2. intended to be a tool as a screw driver is. So you need not to read any
  3. manual. The only thing you have to do is to number nodes in the schematic
  4. diagram of the circuit being analyzed. The lowest number is 1, no number
  5. must be missed nor doubled.
  6.  
  7. The circuit can obtain these elements:
  8. R - resistor (a pair of nodes and value)
  9. C - capacitor (a pair of nodes and value)
  10. L - inductor (a pair of nodes and value of induction and Q)
  11. M - mutual induction (value of the mutual induction and position of both 
  12.     inductors)
  13. V - transmission line (beginning, end, impedance etc.)
  14. O - op. amplifier (two input nodes, output and reference nodes and two
  15.     supply voltages)
  16. T - transistor (3 nodes and type - PNP, NPN, NMOS, PMOS)
  17. I - current source controlled by voltage (a pair of nodes, nodes for control
  18.     voltage and value [ma/V])
  19.  
  20.     ( See files '*.SCH'.     A T T E N T I O N  - use command 'TYPE name.SCH';
  21.      do not try to print it !!!! )
  22.  
  23. Be careful. The most common mistake is open loops. That means the current
  24. can't flow from one node to the next one until "going back".
  25.  
  26. If you chose 'Numeric', the program will compute admittance parametres, input
  27. and output admittance and gain at defined frequency. If you choose 'U' or 'P' 
  28. you obtain a graph of the voltage or power depended upon the frequency. The 
  29. graph can be saved on disk as a file 'name.OBR'. You may this file print out 
  30. using program ZOBRAZ.EXE.
  31.  
  32. If you chose 'Change', you can change value of any element after typing its
  33. number. After typing number 0 you will remove one element, if you type
  34. number by 1 grater then the greatest item in the list of elements, you
  35. will add one element. Anyway you can't add new  t y p e   of element.
  36.  
  37. The list of all used elements (incl. its values) can be obtain. That list
  38. will be saved on the disk and its name will be 'name.FR#', where # is
  39. automatically chosen number from 0 to 9. That file can be printed out.
  40.    You can also save input data. That file will be named 'name.FRE' and
  41. c a n n   n o t    be printed! (It is a picture of computer's memory
  42. only.). The actual list of files *.FRE is displayed and the arrows can be used
  43. to moove to the next name.
  44.  
  45. Program ADMIT works very simillary. Input files 'name.FRE' can be read as by
  46. FREZA as ADMIT.